What is Project Procurement Management, and what are its six main processes?
Definition + ListDefinition: Procurement means acquiring goods and/or services from an outside source — also called purchasing or outsourcing. Project Procurement Management is therefore the process of acquiring goods and services for a project from outside the performing organization.
Six main processes:
- Planning purchases and acquisitions — determining what to procure, when, and how (uses make-or-buy analysis).
- Planning contracting — describing requirements for the desired products/services and identifying potential sellers.
- Requesting seller responses — obtaining information, quotes, bids, offers, or proposals from sellers (RFP / RFQ).
- Selecting sellers — evaluating potential sellers, negotiating, and awarding the contract (source selection).
- Administering the contract — managing the relationship with the selected seller and controlling changes.
- Closing the contract — completing and settling the contract, including resolving any open items.
Describe the four main types of contracts used in project procurement, and explain how buyer and seller risk changes across them.
Classify + Risk Diagram- Fixed-price (lump sum) contracts — a fixed total price for a well-defined product or service; well suited to stable requirements, e.g. IT infrastructure projects.
- Cost-reimbursable contracts — the buyer pays the seller for direct and indirect actual costs; more suitable for software development projects where scope may evolve.
- Time and material (T&M) contracts — a hybrid of fixed-price and cost-reimbursable, often used by consultants who charge a fixed hourly rate.
- Unit price contracts — the buyer pays the seller a predetermined amount per unit of service (e.g. per hour or per item).
Risk spectrum (from a firm-fixed-price contract to a fully cost-reimbursable one, buyer risk falls while seller risk rises):
List and explain four types of cost-reimbursable contracts used in project procurement management.
List + Explain- Cost Plus Fixed Fee (CPFF) — the buyer pays the supplier for allowable performance costs plus a fixed fee, usually based on a percentage of estimated (not actual) costs.
- Cost Plus Incentive Fee (CPIF) — the buyer pays allowable performance costs plus a predetermined fee and an incentive bonus for meeting or beating targets (e.g. schedule or cost goals).
- Cost Plus Award Fee (CPAF) — the seller is reimbursed for allowable costs plus an award fee based mainly on subjective performance criteria defined by the buyer (e.g. quality, timeliness).
- Cost Plus Percentage of Costs (CPPC) — the buyer pays the supplier for allowable performance costs plus a predetermined percentage based on total costs; riskiest for the buyer since the fee grows as costs grow.
A project can lease an item for 10,000 LKR/day, or purchase it for a lump sum of 250,000 LKR plus an operational cost of 5,000 LKR/day. After how many days does purchasing become more economical than leasing?
Make-or-Buy CalculationMethod: Set the two options equal, letting d be the number of days the item is used.
| Step | Working |
|---|---|
| Set up the equation | 10,000d = 250,000 + 5,000d |
| Subtract 5,000d from both sides | 5,000d = 250,000 |
| Divide both sides by 5,000 | d = 50 |
Conclusion: If the item is needed for more than 50 days, purchasing (250,000 LKR + 5,000 LKR/day) becomes more economical than leasing (10,000 LKR/day).
A project has a planned budget of 1,000,000 LKR. A third-party API integration risk may cause a 2-month delay and 300,000 LKR extra cost (30% probability). Investing 50,000 LKR now in extra testing reduces this probability to 10%. Using a decision tree, calculate the EMV for both options and recommend a decision.
Decision Tree + EMVDecision tree:
EMV without testing:
= (0.70 × 1,000,000) + (0.30 × 1,300,000)
= 700,000 + 390,000 = 1,090,000 LKR
EMV with testing:
= 50,000 + (0.90 × 1,000,000) + (0.10 × 1,300,000)
= 50,000 + 900,000 + 130,000 = 1,080,000 LKR
Recommendation: Choose to invest in extra testing. Its EMV (1,080,000 LKR) is lower than the EMV without testing (1,090,000 LKR) — even though testing adds a fixed 50,000 LKR upfront cost, it cuts the failure probability from 30% to 10% and reduces the expected overall project cost by 10,000 LKR.